GeoChat

class GeoChat : GeneratedMessage, ATAKProtos.GeoChatOrBuilder

ATAK GeoChat message
Protobuf type meshtastic.GeoChat

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ATAKProtos.GeoChatOrBuilder

ATAK GeoChat message
Protobuf type meshtastic.GeoChat

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getMessage(): String

The text message
string message = 1;
Link copied to clipboard
open fun getMessageBytes(): ByteString

The text message
string message = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTo(): String

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
open fun getToBytes(): ByteString

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
open fun getToCallsign(): String

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
open fun getToCallsignBytes(): ByteString

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasTo(): Boolean

Uid recipient of the message
optional string to = 2;
Link copied to clipboard

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat
Link copied to clipboard
open fun parseFrom(data: ByteString): ATAKProtos.GeoChat
open fun parseFrom(input: CodedInputStream): ATAKProtos.GeoChat
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat
Link copied to clipboard
open fun parser(): Parser<ATAKProtos.GeoChat>
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)